home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / compress / av608.zip / AV.DOC next >
Text File  |  1996-07-19  |  10KB  |  222 lines

  1. AV.DOC                               1                         Revised: 07-19-96
  2.  
  3. The AV.EXE program shows a directory of one or more  archive  files  (ZIP,  ZOO,
  4. etc), including some self-extracting files.  Features of this program:
  5.  
  6.   * The directory information is presented in full-screen mode and you can
  7.     use PgUp and PgDn to scroll about the screens.
  8.   * Allows you to sort the display of the members in a number of ways.
  9.   * Allows you to reset the file date of the archive to match the date of
  10.     the most recent member of the archive.
  11.   * Provides the ability to filter out what members are displayed.
  12.   * Scroll through up to 500 archives.
  13.   * The date format shown is based on your country setting.
  14.  
  15.  
  16. A typical display might look (in part) like the following:
  17.  
  18. AV602.ZIP         Date      Time  OrigSize Method    NowSize  %reduce
  19. ------------  --------  -------- --------- -------- --------  -------[PgUp]
  20. AV.DOC        96/02/04  18:32:36      8585 Deflated     3395    61   [PgDn]
  21. AV.EXE        96/02/11  11:09:56    166744 Deflated   107879    36   [Home]
  22. BRUCE602.DOC  96/02/05  20:31:56     32493 Deflated    12566    62   [End]
  23. BRUCEINI.DOC  96/01/20  16:09:18      7649 Deflated     2891    63   [Up]
  24. FILE_ID.DIZ   96/01/28  12:26:36       214 Deflated      191    11   [Down]
  25.                                                                      [Sort]
  26.                                                                        [Name]
  27.                                                                        [Ext]
  28.                                                                        [Date]
  29.                                                                        [Size]
  30.                                                                        [CurSize]
  31.                                                                        [Ratio]
  32.                                                                        [Path]
  33.                                                                        [Orig]
  34.                                                                        [-Flip]
  35.                                                                      [Filter]
  36.                                                                      [C-PgDn]
  37.                                                                      [C-PgUp]
  38.                                                                      [Quit]
  39.  
  40. ============  ========  ======== ========= ======== ========  =======[Help]
  41.  *5           96/02/11  11:09:56    215685            126922    42%  [Date]
  42. AV602.ZIP     96/02/11  11:10:16    127418                                  /ON
  43.  
  44.  
  45.  
  46. AV.DOC                               2                         Revised: 07-19-96
  47.  
  48. When viewing a screen's worth of information, you can typically choose  among  a
  49. number of options including the following:
  50.  
  51.         PgUp    view the previous screen's worth
  52.         PgDn    view the next screen's worth
  53.         Home    top line
  54.         End     bottom line
  55.         Up      move the screen up one line
  56.         Down    move the screen down one line
  57.         Sort    change the sort order for this and subsequent files;
  58.                 you're prompted for "BY?" and you should enter either
  59.                 "-x" or "x" or press Esc to get out of this: the archive
  60.                 is reread after you ask to re-sort it; x is one of:
  61.                         N = file name
  62.                         E = file extension
  63.                         S = file size of the original (non-compressed) file
  64.                         C = current (compressed) size of the file
  65.                         D = file date and time
  66.                         R = compression ratio
  67.                         P = path and file name order
  68.                         O = original order (no sorting)
  69.                 the "-" says to reverse the sort order (e.g. biggest files
  70.                 first instead of last)
  71.         Filter  prompts you for a string; only member names that match that
  72.                 string are allowed through (does not accept wildcards; just say
  73.                 something like "COM" if you want all COM files)
  74.         Ctrl-PgDn go to the next archive file (if any)
  75.         Ctrl-PgUp go to the previous archive file (if any)
  76.         Quit    return to DOS (Ctrl-C also works) (with confirmation)
  77.         Date    update the archive file date to be the creation date of the
  78.                 most recent member in the archive; not offered if it's already
  79.                 the case
  80.         Del     delete the archive (with confirmation)
  81.         F1      help information
  82.  
  83. These options are presented on the right side of the screen and can be  selected
  84. with the mouse cursor if one is available.
  85.  
  86.  
  87. Specifying parameters:
  88.  
  89. Parameters for this program can be set in the following ways.  The last  setting
  90. encountered always wins:
  91.   - Read from an *.INI file (see BRUCEINI.DOC file),
  92.   - Through the use of an environmental variable (SET AV=whatever), or
  93.   - From the command line (see "Syntax" below)
  94.  
  95.  
  96.  
  97. AV.DOC                               3                         Revised: 07-19-96
  98.  
  99. Syntax:
  100.  
  101.     AV [ filespec ] [ /P | /-P ] [ /Ox | /O-x ] [ /DATE ] [ /-MOUSE ]
  102.       [ /Tpath ] [ /Q ] [ /MONO ] [ /Iinitfile | /-I ] [ /? ] [ > filename ]
  103.  
  104. where:
  105.  
  106. "filespec" is the file specification to process.  Can include drive,  path,  and
  107. wildcards if desired.  If no input filespec is provided, you'll be prompted  for
  108. one.
  109.  
  110. "/P" says to view the directory in page mode.  This is  typically  the  default.
  111. The default is automatically /-P (which can't be overridden) if redirection ("AV
  112. ... > filename") is used.
  113.  
  114. "/-P" says to view the directory not in page mode.  This prevents you from being
  115. offered the fix-date option as well.  This mode is automatic if redirection ("AV
  116. ... > filename") is used.
  117.  
  118. "/Ox" and "/O-x" allow you to specify the display order for the files.  "x"  can
  119. be one of the following:
  120.  
  121.         N = file name
  122.         E = file extension
  123.         D = file date and time
  124.         S = file size of the original (non-compressed) file
  125.         C = current (compressed) size of the file
  126.         R = compression ratio
  127.         P = path and file name order
  128.         O = original order (no sorting)
  129.  
  130. If you precede the "x" with a dash ("-"), the  sort  will  be  done  in  reverse
  131. order.  Initially defaults to /OO.
  132.  
  133. "/DATE" resets the archive file date to be the date of the most  recent  member.
  134. Automatically invokes /-P.  The command "AV *.* /DATE /Q"  is  a  quick  way  to
  135. reset the file date stamps for all archives in your current subdirectory.
  136.  
  137. "/MOUSE" says to activate the mouse if present.  This is initially the default.
  138.  
  139. "/-MOUSE" says to skip activating the mouse even if present.
  140.  
  141. "/Tpath" specifies where to write the temporary  ISAM  files  that  the  routine
  142. needs.  ISAM data bases are used to store and sort the file names.   ISAM  files
  143. cannot be created reliably on certain types of drives.  Examples are "/TC:"  and
  144. "/TC:\TEMP".  If not specified, the routine writes to the following in sequence:
  145.  
  146.   - the value of any TEMP, then TMP, environmental variable
  147.   - C:\TEMP
  148.   - C:\
  149.  
  150. "/Q" skips the display of the member names.  Automatically invokes /DATE and /-P
  151. and is typically used in cases where you want to reset all file dates (e.g.  "AV
  152. *.* /Q").
  153.  
  154.  
  155. AV.DOC                               4                         Revised: 07-19-96
  156.  
  157. "/MONO" (or "/-COLOR") does  not  try  to  override  screen  colors.   Initially
  158. defaults to "/COLOR".
  159.  
  160. "/COLOR" (or "/-MONO") allows screen colors to be overridden.  This is initially
  161. the default.
  162.  
  163. "/Iinitfile" says to read an initialization file with the file name  "initfile".
  164. The file specification *must* contain a period.  Initfiles are described in  the
  165. BRUCEINI.DOC file.  Initially defaults to "/IAV.INI".
  166.  
  167. "/-I" (or "/INULL") says to skip loading the initialization file.
  168.  
  169. "/?" or "/HELP" or "HELP" shows you the syntax for the command.
  170.  
  171. ">filename" redirects the output to a text file.  This automatically invokes the
  172. /-P option.  This is useful for gettin